1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
3 <META http-equiv=
"Content-Type" content=
"text/html; charset=iso-8859-1">
4 <link rel=
"stylesheet" type=
"text/css" href=
"../refdoc.css">
5 <title>Namespace: System.Runtime.Serialization.Formatters
</title>
8 <h2>Namespace: System.Runtime.Serialization.Formatters
</h2>
11 <p> The
<a href=
"../System.Runtime.Serialization.Formatters/System.Runtime.Serialization.Formatters.html">System.Runtime.Serialization.Formatters
</a> namespace provides common enumerations, interfaces, and classes that are used by serialization formatters.
</p>
14 <h3>Members of System.Runtime.Serialization.Formatters Namespace
</h3><b>Classes
</b><dl>
16 <table border=
"1" width=
"90%" style=
"border-collapse: collapse">
18 <th bgcolor=
"#C0C0C0">Class
</th>
19 <th bgcolor=
"#C0C0C0">
24 <td width=
"30%"><a href=
"types/InternalRM.html">class InternalRM
</a></td>
26 This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
27 </i><br><br> Reserved class, for internal use only.
31 <td width=
"30%"><a href=
"types/InternalST.html">class InternalST
</a></td>
33 This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
34 </i><br><br> Reserved class, for internal use only.
38 <td width=
"30%"><a href=
"types/ServerFault.html">class ServerFault
</a></td>
39 <td width=
"60%"> Contains information for a server fault. This class cannot be inherited.
43 <td width=
"30%"><a href=
"types/SoapFault.html">class SoapFault
</a></td>
44 <td width=
"60%"> Carries error and status information within a SOAP message. This class cannot be inherited.
48 <td width=
"30%"><a href=
"types/SoapMessage.html">class SoapMessage
</a></td>
49 <td width=
"60%"> Holds the names and types of parameters required during serialization of a SOAP RPC (Remote Procedure Call).
54 </dl><br><b>Interfaces
</b><dl>
56 <table border=
"1" width=
"90%" style=
"border-collapse: collapse">
58 <th bgcolor=
"#C0C0C0">Interface
</th>
59 <th bgcolor=
"#C0C0C0">
64 <td width=
"30%"><a href=
"types/IFieldInfo.html">interface IFieldInfo
</a></td>
65 <td width=
"60%"> Allows access to field names and field types of objects that support the
<a href=
"../System.Runtime.Serialization/types/ISerializable.html">ISerializable
</a> interface.
69 <td width=
"30%"><a href=
"types/ISoapMessage.html">interface ISoapMessage
</a></td>
70 <td width=
"60%"> Provides an interface for an object that contains the names and types of parameters required during serialization of a SOAP RPC (Remote Procedure Call).
75 </dl><br><b>Enumerations
</b><dl>
77 <table border=
"1" width=
"90%" style=
"border-collapse: collapse">
79 <th bgcolor=
"#C0C0C0">Enumeration
</th>
80 <th bgcolor=
"#C0C0C0">
85 <td width=
"30%"><a href=
"types/FormatterAssemblyStyle.html">enumeration FormatterAssemblyStyle
</a></td>
86 <td width=
"60%"> Indicates the format in which assembly names are serialized.
90 <td width=
"30%"><a href=
"types/FormatterTypeStyle.html">enumeration FormatterTypeStyle
</a></td>
92 Indicates the format in which type descriptions are laid
93 out in the serialized stream.
99 </dl><br><b>Namepace hierarchy
</b><br><ul class=
"none">
100 <li><a href=
"../System/types/Object.html">System.Object
</a></li>
102 <li><a href=
"../System.Runtime.Serialization.Formatters/types/ServerFault.html">System.Runtime.Serialization.Formatters.ServerFault
</a></li>
105 <li><a href=
"../System.Runtime.Serialization.Formatters/types/SoapFault.html">System.Runtime.Serialization.Formatters.SoapFault
</a> ---
<a href=
"../System.Runtime.Serialization/types/ISerializable.html">System.Runtime.Serialization.ISerializable
</a></li>
108 <li><a href=
"../System.Runtime.Serialization.Formatters/types/SoapMessage.html">System.Runtime.Serialization.Formatters.SoapMessage
</a> ---
<a href=
"../System.Runtime.Serialization.Formatters/types/ISoapMessage.html">System.Runtime.Serialization.Formatters.ISoapMessage
</a></li>
111 <li><a href=
"../System/types/ValueType.html">System.ValueType
</a></li>
113 <li><a href=
"../System/types/Enum.html">System.Enum
</a></li>
115 <li><a href=
"../System.Runtime.Serialization.Formatters/types/FormatterAssemblyStyle.html">System.Runtime.Serialization.Formatters.FormatterAssemblyStyle
</a></li>
118 <li><a href=
"../System.Runtime.Serialization.Formatters/types/FormatterTypeStyle.html">System.Runtime.Serialization.Formatters.FormatterTypeStyle
</a></li>
122 </ul><br><i><a href=
"../documentation_license.txt">
123 Copyright (c)
2002 Microsoft Corporation. All rights reserved.